home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Workspace / Locus / Source / Info.nib / data.classes next >
Text File  |  1995-06-12  |  586b  |  41 lines

  1. InfoPanel = {
  2.     ACTIONS = {
  3.     runInfoPanel:;
  4.     };
  5.     OUTLETS = {
  6.     versionField;
  7.     };
  8.     SUPERCLASS = Panel;
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. MainController = {
  16.     ACTIONS = {
  17.     appWillTerminate:;
  18.     showInfoPanel:;
  19.     appDidResignActive:;
  20.     appDidBecomeActive:;
  21.     freeInfoPanel:;
  22.     readPrefs:;
  23.     hideActivationBar:;
  24.     appDidInit:;
  25.     appWillInit:;
  26.     appDidHide:;
  27.     app:;
  28.     barHit:;
  29.     showPrefsPanel:;
  30.     showActivationBar:;
  31.     doneActivating:;
  32.     writePrefs:;
  33.     };
  34.     OUTLETS = {
  35.     infoPanel;
  36.     preferences;
  37.     activationBar;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41.